home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / pydoc2.5 < prev    next >
Text File  |  2008-10-05  |  79b  |  6 lines

  1. #! /usr/bin/python2.5
  2.  
  3. import pydoc
  4. if __name__ == '__main__':
  5.     pydoc.cli()
  6.